home *** CD-ROM | disk | FTP | other *** search
- Path: jupiter.planet.net!usenet
- From: Chris Kemp <chrisk@paladn.com>
- Newsgroups: comp.lang.c++
- Subject: Pointers to functions
- Date: 8 Jan 1996 01:23:05 GMT
- Organization: Paladin Consultants, Inc.
- Message-ID: <4cprlp$6kl@jupiter.planet.net>
- NNTP-Posting-Host: denv21.planet.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
-
- Can I do this?
- I want user to enter a function name, then the program will
- 'do' the function named by the user
-
- char *name="home_fn";
- int g;
- int a=2;
- int b=4;
-